ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputTime<T> Class / AutoExpandSelection Property

In This Topic
    AutoExpandSelection Property (InputTime<T>)
    In This Topic
    Gets or sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overrides Property AutoExpandSelection As Boolean
    [DefaultValue(true)]
    public override bool AutoExpandSelection {get; set;}
    See Also